UserRole Enumeration
Represents the user role of the client. Each role has different access rights.
Namespace: IntervalZero.KINGSTAR.OpcUa
Assembly: IntervalZero.KINGSTAR.OpcUa (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public enum UserRole
Public Enum UserRole
Members
Member name | Value | Description |
---|---|---|
Local | 0 | Connects to the local computer with full rights. Ignores password and URL parameters. |
Anonymous | 1 | Connects without any password. Unsecure and disabled by default. Only offers HMI access. Meant for legacy HMIs. |
Api | 2 | Connects using a password. Enables access to remote API and Management as read-only. Password is empty by default. |
Hmi | 3 | Connects using a password. Enables access to HMI. Password is empty by default. |
Full | 4 | Connects using a password. Enables HMI, APi and Management access. Password is empty by default. |
See also